home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / pwrutls2.zip / DOONCE.BAT < prev    next >
DOS Batch File  |  1993-06-03  |  480b  |  17 lines

  1. echo=off
  2. echo y | more | date >dateit.bat
  3. call dateit
  4. del dateit.bat
  5. if exist \dates\%date%.dt goto already
  6. rem ***********************************
  7. rem * Here is where you put the things
  8. rem * to do once per day.
  9. rem ***********************************
  10. echo y | del \dates\*.dt
  11. echo y > \dates\%date%.dt
  12. :already
  13. rem ***********************************
  14. rem * Here is where you put the things
  15. rem * to do each time you boot.
  16. rem ***********************************
  17.